Q3TextureShader_New
You can use theQ3TextureShader_New
function to create a new texture shader.
TQ3ShaderObject Q3TextureShader_New (TQ3TextureObject texture);
texture
- A texture object.
DESCRIPTION
TheQ3TextureShader_New
function returns, as its function result, a new texture shader that uses the texture specified by thetexture
parameter. IfQ3TextureShader_New
cannot create a new texture shader, it returns the valueNULL
.